Sort Score
Result 10 results
Languages All
Labels All
Results 3,611 - 3,620 of 4,197 for

image watermarking

(0.14 sec)
  1. Convert JPG to XLSX using C#

    This tutorial will show you how to convert JPG to XLSX using C#. Also, code example will be provided to export JPG to XLSX using C# without installing extra software....Watermark Product Family GroupDocs.Merger...seamlessly convert JPG (JPEG) images to XLSX (Excel Spreadsheet)...

    kb.groupdocs.com/conversion/net/convert-jpg-to-...
  2. Comment extraire les métadonnées d'un document ...

    Ce court didacticiel explique chaque élément d'information pour extraire les métadonnées d'un document Word en C # et fournit un code de travail pour obtenir les métadonnées Word à l'aide de C #....Watermark Product Family GroupDocs.Merger...article sur l’extraction d’images de PowerPoint à l’aide de C#...

    kb.groupdocs.com/fr/parser/net/how-to-extract-m...
  3. Comment ajouter une annotation de soulignement ...

    Nous allons explorer le processus d'ajout d'annotations de soulignement dans un PDF à l'aide de C#. Un exemple de code est également fourni pour insérer une annotation de soulignement dans un PDF à l'aide de C#....Watermark Product Family GroupDocs.Merger...l’incorporation d’annotations d’images dans des fichiers PDF. Si vous...

    kb.groupdocs.com/fr/annotation/net/how-to-add-u...
  4. 如何使用 C# 从 PDF 中提取图像

    让我们熟悉从文档中提取图像的过程,以及如何使用 C# 从 PDF 中提取图像并实现 C# 从 PDF 中提取图像的功能。...Watermark Product Family GroupDocs.Merger...最后,遍历集合并获取大小、图像类型和图像内容 在 .NET 项目中开发 extract image from PDF C# 应用程序时,可以轻松遵循上述逐步说明。...

    kb.groupdocs.com/zh/parser/net/how-to-extract-i...
  5. PDF konvertálása RTF-re C#-ban

    Ez a cikk leírja a PDF C# nyelven RTF formátumba konvertálásának részletes eljárását, és mintakóddal mutatja be a C# PDF RTF konverter megvalósítását....Watermark Product Family GroupDocs.Merger...egy cikket, amelyben a PDF-t Image-re változtattuk C# használatával...

    kb.groupdocs.com/hu/conversion/net/how-to-conve...
  6. Clean metadata | GroupDocs

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Watermark Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/python-net/clean-me...
  7. Jak extrahovat obrázky z PowerPointu v Javě

    Pojďme se naučit proces, jak extrahovat obrázky z PowerPointu v Javě a jak jej použít pro vytvoření aplikace pro získání obrázků z PowerPointu pomocí Javy....Watermark Product Family GroupDocs.Merger...getImages získáte kolekci objektů images Iterujte kolekci obrázků, zobrazte...

    kb.groupdocs.com/cs/parser/java/how-to-extract-...
  8. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document using GroupDocs.Metadata for Python via .NET....Watermark Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/python-net/load-a-p...
  9. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document....Watermark Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/load-a-password...
  10. Save to stream | GroupDocs

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to Images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Watermark Product Solution GroupDocs...location and convert its pages to images final FileOutputStream fileStream...

    docs.groupdocs.com/redaction/java/save-to-stream/